-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SITES-22608 Add Universal Editor Reach text drafts manager extension #38
SITES-22608 Add Universal Editor Reach text drafts manager extension #38
Conversation
- Add tool tips to buttons - Add context info to the header
Hey @ahajji87 this is a public repo. Let's only reference publicly accessible resources. At the moment this is only true about the content of the PR description. |
...tor-richtext-draft/src/universal-editor-ui-1/web-src/src/components/ExtensionRegistration.js
Outdated
Show resolved
Hide resolved
...editor-richtext-draft/src/universal-editor-ui-1/web-src/src/components/RichTextDraftsRail.js
Outdated
Show resolved
Hide resolved
universal-editor-richtext-draft/src/universal-editor-ui-1/actions/save-draft/index.js
Outdated
Show resolved
Hide resolved
...editor-richtext-draft/src/universal-editor-ui-1/web-src/src/components/RichTextDraftsRail.js
Outdated
Show resolved
Hide resolved
|
||
- **Draft Management**: Users can create multiple drafts of their content. Each draft is saved separately, allowing users to switch between different versions of their content easily. | ||
|
||
- **Draft Preview**: Each draft can be previewed within the editor. This allows users to review their drafts before finalizing their content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't find a way to preview the draft so probably users will have hard times with it too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can review the draft by clicking on it. On the list, we see a part of it, and after clicking on it, we see the entire draft. I will add it to the text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, check the new changes, now we can edit the drafts and we show by default 3 drafts with a (show all) option
Co-authored-by: Olena Orobei <[email protected]>
Co-authored-by: Olena Orobei <[email protected]>
…src/src/components/ExtensionRegistration.js Co-authored-by: Olena Orobei <[email protected]>
…src/src/components/RichTextDraftsRail.js Co-authored-by: Olena Orobei <[email protected]>
…ons/save-draft/index.js Co-authored-by: Olena Orobei <[email protected]>
Description
Jira task: https://jira.corp.adobe.com/browse/SITES-22608
This extension is for the Universal Editor tool. It allows the user to manage drafts for reachtext content.
The extension is to add the rail.
Features
Demo:
To test the extension, add this to your universal editor site: ?ext=https://245265-aminetestextensions-stage.adobeio-static.net/index.html
There is also this site (in case you have permission): xwalk-extensibility-playground
Preview:
Checklist: